/*网站底部快捷菜单——免费插件，请勿用于商业用途——燕山网络科技：https://www.hnysnet.com/*/
@font-face {
  font-family: 'iconfont';
  src: url('iconfont.eot');
  src: url('iconfont.eot?#iefix') format('embedded-opentype'),
      url('iconfont.woff2') format('woff2'),
      url('iconfont.woff') format('woff'),
      url('iconfont.ttf') format('truetype'),
      url('iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bottommeun{width:100%;overflow:hidden;position:fixed;bottom:0;border:0;font-size:14px;color:#fff;z-index: 9999;}
.bottommeun ul{line-height:40px;width:100%;}
.bottommeun ul li{float:left;border-right:1px solid #ffffff45;text-align: center;box-sizing: border-box;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height:40px;}
.bottommeun .bmnum3 li{width:33.33%;}
.bottommeun .bmnum3 li:nth-child(3){border-right:0;}
.bottommeun .bmnum2 li{width:50%;}
.bottommeun .bmnum2 li:nth-child(2){border-right:0;}
.bottommeun .bmnum1 li{border-right:0;width:100%;}
.bottommeun ul li a{font-size: 14px;color:#fff;display:block;text-decoration: none;cursor:pointer; }
.bottommeun ul li a i{font-size: 14px;color:#fff;margin-right:5px;}
.bottommeun40 {overflow: hidden;height:40px;}

/**微信弹窗客服**/
.popup{position:fixed;z-index:10000;width:400px;height:auto;background:#fff; margin-left:-10px;box-shadow:0 2px 5px #bbb; box-sizing: border-box;display: none;}
.popup .popup_content{overflow:auto;max-height:500px;text-align: center;position: relative;padding:30px 15px 0 15px;color:#333333;}
.popup .popup_content img{width:200px;height:200px;}
.popup .popup_content p{line-height:150%;font-size:14px;margin-bottom:15px;}
.popup .popup_content p span#copy_content{color:#fff;background:#e60000;padding:0 5px;margin:0 5px;  }
.popup .popup_content a{color:#e60000;padding:0 5px;}
.popup span.p_off{float:right;line-height:40px;width:40px;text-align:center;font-size:12px;cursor:pointer;color:#999999;position: absolute;top:0;right:0;}

@media screen and (max-width:480px){
.popup{width:300px;}
.popup .popup_content img{width:160px;height:160px;}
}